Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Butterfly CLI allows escaped semicolons and equals as extension property value when passed using -p #361

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

badalsarkar
Copy link
Contributor

@badalsarkar badalsarkar commented Oct 27, 2020

Fixes issue #360

I have added three test cases.
Please let me know if I need to change anything.

Butterfly CLI  option `-p` uses semi-colon to separate properties and
equals to separate property from value. Now, the option '-p' accepts
escaped semi-colon and equals as property value. Example `-p
firstkey=value\;1;secondkey=value\;2`
@fabiocarvalho777 fabiocarvalho777 merged commit 154cf00 into paypal:develop Oct 28, 2020
fabiocarvalho777 pushed a commit that referenced this pull request Jun 11, 2021
Butterfly CLI  option `-p` uses semi-colon to separate properties and
equals to separate property from value. Now, the option '-p' accepts
escaped semi-colon and equals as property value. Example `-p
firstkey=value\;1;secondkey=value\;2`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants